home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
BTNMFC.PAK
/
BUTTON.RC
< prev
next >
Wrap
Text File
|
1997-05-06
|
4KB
|
154 lines
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""afxres.rc""\r\n"
"#include ""button.rc2"" // non-App Studio edited resources\r\n"
"#if 0\r\n"
"#include "".\\tlb16\\button.tlb"" // 16-bit: force dependency on .TLB file\r\n"
"#endif\r\n"
"\0"
END
/////////////////////////////////////////////////////////////////////////////
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
IDI_ABOUTDLL ICON DISCARDABLE "BUTTON.ICO"
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_BUTTON BITMAP DISCARDABLE "BTNCTL.BMP"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_ABOUTBOX_BUTTON DIALOG DISCARDABLE 34, 22, 260, 55
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About Button Control"
FONT 8, "MS Sans Serif"
BEGIN
ICON IDI_ABOUTDLL,IDC_STATIC,10,10,20,20
LTEXT "Button Control, Version 1.0",IDC_STATIC,40,10,170,8
LTEXT "Copyright \251 1994, Microsoft Corporation",IDC_STATIC,
40,25,170,8
DEFPUSHBUTTON "OK",IDOK,220,10,32,14,WS_GROUP
END
IDD_PROPPAGE_BUTTON DIALOG DISCARDABLE 0, 0, 250, 62
STYLE WS_CHILD
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "&Caption:",IDC_STATIC,3,5,33,11
EDITTEXT IDC_CAPTIONEDIT,40,3,100,12,ES_AUTOHSCROLL
END
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDR_INPLACEMENU MENU DISCARDABLE
BEGIN
POPUP "&Edit"
BEGIN
MENUITEM "Cu&t", ID_EDIT_CUT, GRAYED
MENUITEM "&Copy", ID_EDIT_COPY, GRAYED
MENUITEM "&Paste", ID_EDIT_PASTE, GRAYED
END
MENUITEM SEPARATOR
POPUP "&Options"
BEGIN
MENUITEM "Option &1", ID_OPTIONS_OPTION1, GRAYED
MENUITEM "Option &2", ID_OPTIONS_OPTION2, GRAYED
MENUITEM "Option &3", ID_OPTIONS_OPTION3, GRAYED
END
MENUITEM SEPARATOR
POPUP "&Help"
BEGIN
MENUITEM "&About Button Control...", ID_HELP_BUTTONCONTROL
END
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_BUTTON "Button Control"
IDS_BUTTON_PPG "Button Property Page"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_BUTTON_PPG_CAPTION "General"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_OPTIONS_OPTION1 "The first of three options"
ID_OPTIONS_OPTION2 "The second of three options"
ID_OPTIONS_OPTION3 "The third of three options"
ID_HELP_BUTTONCONTROL "Displays button information"
END
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "afxres.rc"
#include "button.rc2" // non-App Studio edited resources
#if 0
#include ".\tlb16\button.tlb" // 16-bit: force dependency on .TLB file
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED